'Declaration
Public Overloads Sub Remove( _ ByVal selector As Predicate(Of DicomAttribute) _ )
'Usage
Dim instance As DicomDataSet Dim selector As Predicate(Of DicomAttribute) instance.Remove(selector)
public void Remove( Predicate<DicomAttribute> selector )
public: void Remove( Predicate<DicomAttribute^>^ selector )
Parameters
- selector
- The predicate to match the attributes to be removed